projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9340c3
)
Remove leftover debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 20 Aug 2010 21:32:21 +0000
(17:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 20 Aug 2010 21:32:21 +0000
(17:32 -0400)
gtk/gtkiconfactory.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconfactory.c
b/gtk/gtkiconfactory.c
index 1cfdefe1244e93c264872e7f26a9a8d492e16fd7..450c921f18bca69cd1dc00db41648c95f537b90d 100644
(file)
--- a/
gtk/gtkiconfactory.c
+++ b/
gtk/gtkiconfactory.c
@@
-1461,7
+1461,6
@@
render_icon_name_pixbuf (GtkIconSource *icon_source,
names[1] = icon_source->source.icon_name;
names[2] = NULL;
- g_print ("choose icon for %s\n", names[0]);
info = gtk_icon_theme_choose_icon (icon_theme,
names,
pixel_size, GTK_ICON_LOOKUP_USE_BUILTIN);
@@
-1474,7
+1473,6
@@
render_icon_name_pixbuf (GtkIconSource *icon_source,
}
else
{
- g_print ("load icon for %s\n", icon_source->source.icon_name);
tmp_pixbuf = gtk_icon_theme_load_icon (icon_theme,
icon_source->source.icon_name,
pixel_size, 0,